|
Graph Common | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectpl.psnc.graph.model.type.AbstractResourceType
public abstract class AbstractResourceType
AbstractResourceType class - abstract, top level hierarchy class for
the resource types.
| Constructor Summary | |
|---|---|
AbstractResourceType()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getClassName()
Get value of field: className |
java.lang.String |
getDescription()
Get value of field: description |
int |
getId()
Get value of field: id |
java.lang.String |
getName()
Get value of field: name |
void |
setClassName(java.lang.String className)
Set value of field: className |
void |
setDescription(java.lang.String description)
Set value of field: description |
void |
setId(int id)
Set value of field: id |
void |
setName(java.lang.String name)
Set value of field: name |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface pl.psnc.graph.model.type.IResourceTypeDecorator |
|---|
getIcon, getImage |
| Constructor Detail |
|---|
public AbstractResourceType()
| Method Detail |
|---|
public int getId()
getId in interface IResourceTypeInfopublic void setId(int id)
id - the id to setpublic java.lang.String getClassName()
getClassName in interface IResourceTypeInfopublic void setClassName(java.lang.String className)
className - the className to setpublic java.lang.String getName()
getName in interface IResourceTypeInfopublic void setName(java.lang.String name)
name - the name to setpublic java.lang.String getDescription()
getDescription in interface IResourceTypeInfopublic void setDescription(java.lang.String description)
description - the description to set
|
Graph Common | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||